From: Osamu Aoki Date: Sat, 14 Sep 2013 15:19:37 +0000 (+0900) Subject: 0.4.3-1 release with bug fixes and updated symbols X-Git-Tag: archive/raspbian/1.1.9+ds1-4+rpi1^2^2~209 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=403630b1391071243e91d4158034e9b774e6e0b7;p=opencc.git 0.4.3-1 release with bug fixes and updated symbols --- diff --git a/debian/changelog b/debian/changelog index 86d3efc..6b7734c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,11 @@ -opencc (0.4.3-1) UNRELEASED; urgency=low +opencc (0.4.3-1) experimental; urgency=low * New upstream release. * Update watch file. * Clean up debian/control and wrap-and-sort. + * Update symbols file. - -- Osamu Aoki Sat, 14 Sep 2013 23:40:00 +0900 + -- Osamu Aoki Sun, 15 Sep 2013 00:13:31 +0900 opencc (0.4.0-1) experimental; urgency=low diff --git a/debian/control b/debian/control index 9105af1..cc5b105 100644 --- a/debian/control +++ b/debian/control @@ -15,6 +15,7 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ime/opencc.git Package: opencc Section: utils Architecture: any +Multi-Arch: foreign Depends: libopencc1 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends} Description: simplified-traditional chinese conversion tool opencc is a library for converting character between traditional chinese and @@ -24,8 +25,8 @@ Description: simplified-traditional chinese conversion tool Package: libopencc1 Architecture: any -Pre-Depends: ${misc:Pre-Depends} Multi-Arch: same +Pre-Depends: ${misc:Pre-Depends} Depends: ${misc:Depends}, ${shlibs:Depends} Replaces: libopencc0 Conflicts: libopencc0 @@ -38,6 +39,7 @@ Description: simplified-traditional chinese conversion library - runtime Package: libopencc-dev Section: libdevel Architecture: any +Multi-Arch: same Depends: libopencc1 (= ${binary:Version}), ${misc:Depends} Description: simplified-traditional chinese conversion library - development opencc is a library for converting character between traditional chinese and @@ -49,6 +51,7 @@ Package: libopencc-dbg Section: debug Priority: extra Architecture: any +Multi-Arch: same Depends: libopencc1 (= ${binary:Version}), ${misc:Depends} Description: simplified-traditional chinese conversion library - debug opencc is a library for converting character between traditional chinese and diff --git a/debian/docs b/debian/docs index 2ca0cf4..0564498 100644 --- a/debian/docs +++ b/debian/docs @@ -1,3 +1,3 @@ AUTHORS -README -NEWS +README.md +NEWS.md diff --git a/debian/libopencc1.symbols b/debian/libopencc1.symbols index bf04498..bf9cc26 100644 --- a/debian/libopencc1.symbols +++ b/debian/libopencc1.symbols @@ -2,6 +2,7 @@ libopencc.so.1 libopencc1 #MINVER# opencc_close@Base 0.1.0 opencc_convert@Base 0.1.0 opencc_convert_utf8@Base 0.1.0 + opencc_convert_utf8_free@Base 0.4.3 opencc_dict_load@Base 0.1.0 opencc_errno@Base 0.1.0 opencc_open@Base 0.1.0 diff --git a/debian/rules b/debian/rules index f755bd2..6c1acdb 100755 --- a/debian/rules +++ b/debian/rules @@ -14,7 +14,7 @@ DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) override_dh_auto_configure: dh_auto_configure -- \ -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_INSTALL_LIBDIR=/usr/lib/${DEB_HOST_MULTIARCH}/ \ + -DCMAKE_INSTALL_LIBDIR=/usr/lib/$(DEB_HOST_MULTIARCH)/ \ -DCMAKE_BUILD_TYPE=Release \ -DENABLE_GETTEXT:BOOL=ON